0x55aa
โ† Back to Blog

#"automation"

15 articles tagged with ""automation""

"devops""deployment""ci-cd"
11 min read

Deployment Smoke Tests: Stop Letting Users Tell You Your Deploy Is Broken ๐Ÿ”ฅ

After countless deployments, I learned the hard way that 'it works in staging' is not a deployment strategy. Smoke tests run in under 60 seconds and catch the disasters before your users do - here's how to build them.

Mar 21, 2026
"open-source""github""developer-tools"
9 min read

Build Your Own `gh` Commands: GitHub CLI Extensions Are Pure Magic ๐Ÿ”งโœจ

Tired of typing the same 5 GitHub commands 40 times a day? GitHub CLI extensions let you build your own `gh` subcommands. I built one on a lazy Sunday and it saved me hours every week.

Mar 20, 2026
"devops""ci-cd""github-actions"
11 min read

GitHub Actions Self-Hosted Runners: Stop Waiting 40 Minutes for a 5-Minute Build ๐Ÿƒ

After watching our GitHub-hosted runner bill explode to $800/month and CI jobs queue for 25 minutes during peak hours, I set up self-hosted runners. Build times dropped 80%. Here's everything I learned the hard way.

Mar 08, 2026
"laravel""php""web-dev"
5 min read

Laravel Artisan Commands: Stop Copy-Pasting Scripts Like a Caveman ๐Ÿฆด

You're manually running PHP scripts from a sticky note? Bro. Laravel has a whole CLI framework built in. Let's fix that.

Mar 06, 2026
"devops""automation""ci-cd"
11 min read

Makefile for DevOps: Stop Typing the Same Commands 47 Times a Day โš™๏ธ

After countless deployments, I kept forgetting whether it was `docker compose up --build -d` or `docker-compose up -d --build`. A Makefile fixed my life. Let me fix yours too.

Mar 06, 2026
"devops""deployment""ci-cd"
11 min read

Ansible: Stop SSH-ing Into 50 Servers Like a Caveman ๐Ÿค–โš™๏ธ

I used to 'ssh prod-server-01' and manually run commands on 40 servers. After countless deployments burned by 3 AM hotfixes, Ansible taught me that configuration management isn't optional - it's survival.

Mar 04, 2026
"laravel""php""web-dev"
6 min read

Laravel Task Scheduling: Stop Writing Cron Jobs Like It's 1999 ๐Ÿ•ฐ๏ธ

You shouldn't need a sysadmin to schedule a task. Laravel's built-in scheduler turns 47 cron jobs into clean, version-controlled PHP code โ€” and yes, it can run on serverless too.

Mar 03, 2026
"devops""ci-cd""github-actions"
7 min read

GitHub Actions Reusable Workflows: Stop Copy-Pasting CI Configs Across 20 Repos ๐Ÿ”

Maintaining the same GitHub Actions workflow across 15 microservices? One bug fix means 15 PRs. After the pain of keeping CI configs in sync the hard way, here's how reusable workflows changed everything.

Mar 01, 2026
"devops""kubernetes""scaling"
7 min read

Kubernetes HPA: Stop Waking Up at 3 AM to Scale Pods Manually ๐Ÿ“ˆ๐Ÿค–

Your app gets a traffic spike, your pods fall over, and you're frantically SSH-ing into servers at 3 AM. After painful on-call incidents, I learned that Kubernetes HPA can auto-scale your pods in under 30 seconds - here's how to set it up properly!

Feb 27, 2026
"laravel""php""web-dev"
6 min read

Laravel Artisan Custom Commands: Stop Running Scripts Manually Like It's 2005 ๐Ÿ”ง

You've been copy-pasting that database cleanup script into Tinker for months. It's time to stop living like this and write a proper Artisan command.

Feb 25, 2026
"laravel""php""web-dev"
7 min read

Laravel Task Scheduling: Stop Writing Cron Jobs Like It's 1999 โฐ

Your server's crontab is a cryptic mess nobody understands. Laravel's task scheduler lets you write readable, testable, version-controlled scheduled tasks โ€” and it's been sitting in your app this whole time.

Feb 20, 2026
"open-source""github""security"
8 min read

Dependabot: The Security Bot That Reviews PRs While You Sleep ๐Ÿค–๐Ÿ”’

Every week, your npm/composer packages grow a little more vulnerable while you're busy shipping features. Dependabot is GitHub's answer to that creeping dread โ€” an automated bot that files security PRs so you don't have to manually track every CVE ever published.

Feb 19, 2026
"laravel""php""web-dev"
7 min read

Laravel Artisan Commands: Stop Doing Repetitive Tasks Like a Robot ๐Ÿค–

You're a developer, not a Ctrl+C Ctrl+V machine. Let Artisan handle the boring stuff while you sip coffee and look productive.

Feb 18, 2026
"git""developer-tools""automation"
14 min read

Git Hooks: The Secret Automation Living in Your `.git` Folder โšก๐Ÿช

You commit broken code, push to main, and realize you forgot to run tests... again. Git hooks are sitting in your .git folder laughing at you. Let me show you how to automate ALL the things you keep forgetting!

Jan 29, 2026
"github""ci-cd""automation"
12 min read

GitHub Actions: The CI/CD You Can Actually Understand ๐Ÿค–โšก

Tired of CI/CD configs that look like ancient hieroglyphics? GitHub Actions makes automation so easy, you'll actually USE it. Let me show you how to stop manually deploying like it's 1999!

Jan 26, 2026